ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1FilterCollectionView<T> Class / IsThreadSafe Property

In This Topic
    IsThreadSafe Property
    In This Topic
    Gets or sets a value indicating whether the filter predicate will be executed in the same thread as the call.
    Syntax
    'Declaration
     
    Public Property IsThreadSafe As System.Boolean
    public System.bool IsThreadSafe {get; set;}
    See Also